Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tooling to bump golang version #96

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Conversation

elezar
Copy link
Member

@elezar elezar commented Jul 17, 2024

No description provided.

@elezar elezar self-assigned this Jul 17, 2024
@@ -36,7 +36,7 @@ jobs:
- name: Get Golang version
id: vars
run: |
GOLANG_VERSION=$( grep "GOLANG_VERSION :=" versions.mk )
GOLANG_VERSION=$(./hack/golang-version.sh)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I've never quite understood the convention behind naming the scripts directory hack. I assume that it is a practice popularised by the k8s community.

I've always preferred scripts as it's more intuitive to the reader

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think one could argue that scripts are for external consumption whereas hack is for internal consumption.

And yes, this seems to be a k8s convention.

@elezar elezar merged commit 902016c into NVIDIA:main Aug 27, 2024
9 checks passed
@elezar elezar deleted the bump-golang-tooling branch August 27, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants